object DKorekta: TDKorekta Left = 252 Top = 165 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Korekta ' ClientHeight = 133 ClientWidth = 312 ParentFont = True FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 11 Top = 8 Width = 289 Height = 113 TabOrder = 3 object Label1: TLabel Left = 8 Top = 16 Width = 62 Height = 13 Caption = 'tytu� korekty:' end end object OKBtn: TButton Left = 70 Top = 84 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object Edit1: TEdit Left = 19 Top = 40 Width = 273 Height = 21 TabOrder = 1 Text = 'towar zwr�cono sprzedawcy' end object Button1: TButton Left = 167 Top = 84 Width = 75 Height = 25 Caption = 'anuluj' TabOrder = 2 OnClick = Button1Click end end